home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
151-175
/
scopedisk157
/
append
/
append.doc.english
< prev
next >
Wrap
Text File
|
1995-03-19
|
701b
|
19 lines
Append (c)1989 Oliver Enseling
------------------------------
Sometimes it may be necessary to connect two or more files. Usually this can
be done be the usage of the CLI command JOIN. Only JOIN does not allow to
append one file to another without some roundabout ways. You have to JOIN
the two files, delete the old ones and rename the new file. APPEND serves
to shorten this procedure.
APPEND is a CLI command, thus it cannot be invoked from Workbench. To
start APPEND type:
APPEND <file>1 [<file2> [...]] [TO] <dest>
The files <file1>, <file2>, etc. will be appended to the existing file <dest>.
If <dest> does not exist it will be created. You can leave out the TO if you
feel like it.
OE